Customer Management Biz Api icon

Customer Management Biz Api

(0 reviews)

PA Market

Emarsys

  • CLOUDHUB URL

 https://esb-cloud-dev.lla.com/dev/customer-management-biz/tmf-api/customerManagement/v4/BS/customer

POST /Customer

Key Points for Customer Creation in Emarsys:
  • This API can be used to create customer contact in Emarsys for Panama.
  • This API is hosted in Cloudhub.
  • ChannelId headers should be passed as "ECOM".
  • targetSystem headers should be passed as "Emarsys".

Request body:

{
"contactMedium": [
    {
            "preferred": true,
            "characteristic": {
                "emailAddress": "kadambini.chandel@capgemini.com"
            }
        }
    ]
}

Response Body:

{
    "id": 671517439
}

GET /Customer

Key points for Getting customer info from Emarsys

QueryParam required for Emarsys :

contactMedium.characteristic.emailAddress[]    Example : "["shiva-shankar.t@capgemini.com"]"

Sample response :

    [
    {
        "id": "104995227",
        "contactMedium": [
            {
                "characteristic": {
                    "emailAddress": "shiva-shankar.t@capgemini.com"
                }
            }
        ]
    }
]

Reviews